@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
    list-style: none;
    text-decoration: none;
}

a {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    text-decoration: none;
}

p {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

/* // Small devices (landscape phones, 320px and up) */
@media (min-width: 320px) {

    /* header */
    .nav-1 {
        display: none;
        overflow: hidden;
        width: 100%;
    }

    .nav-2 {
        overflow: hidden;
        display: block;
    }

    .navbar-dark {
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .navbar-toggler {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler-icon-1 i {
        color: #003E94;
        font-size: 30px;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;

        &:hover {
            color: #FFA600;
            border: transparent;
            outline: transparent;
            box-shadow: transparent;
        }
    }

    .offcanvas {
        background-color: #00132d;
        height: 777px;
    }

    .offcanvas-header h5 {
        color: #ffff;
    }

    /* header */

    /* banner */
    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 15.png);
        background-position: 90%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        border-radius: 0px 0px 20px 20px;
        width: 300px;
        height: 600px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .banner-text-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 280px;
        height: 190px;
        border-radius: 0px 20px 20px 0px;
        margin-top: 130px;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
        width: 280px;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 15px;
        text-align: left;
        padding-top: 27px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-text-p {
        overflow: hidden;
        display: block;
        width: 280px;
        height: auto;
        margin-top: 10px;
        padding-left: 0px;
    }

    .banner-text-p p {
        color: #1f1f1f;
        font-size: 9px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* banner */

    /* body content 1 */
    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 900px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 300px;
        height: 350px;
        border-radius: 20px;
        margin-top: 100px;
        margin-left: 10px;
    }

    .body-content-1-img-div img {
        width: 300px;
        height: 350px;
    }

    .body-content-1-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-1-text-heading h1 {
        color: #000000;
        font-size: 20px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-1-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-text-p p {
        color: #1f1f1f;
        font-size: 12px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-1-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    /* body content 1 */

    /* body content 2 */
    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #00132d;
        background-image: none;
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 830px;
    }

    .body-content-2-main-flex {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-2-text-heading h1 {
        color: #ffffff;
        font-size: 30px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-2-text-p p {
        color: #fafafa;
        font-size: 13px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 300px;
        height: 300px;
        margin-top: 20px;
        margin-left: 10px;
    }

    .body-content-2-img-div img {
        width: 300px;
        height: 300px;
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 2950px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: center;
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        overflow: hidden;
        display: block;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: 0px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 12px;
        text-align: center;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-3-text-doxs-main-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: auto;
    }

    /* Flex group 1 */

    .body-content-3-text-doxs-main-flex-div-1 {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    /* box 1 */

    .body-content-3-text-dox-1 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 300px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 280px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img img {
        width: 280px;
        height: 240px;
    }

    .body-content-3-text-dox-1-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-1-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-3-text-dox-2 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 300px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 280px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img img {
        width: 280px;
        height: 240px;
    }

    .body-content-3-text-dox-2-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-2-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 2 */

    /* Flex group 1 */

    /* Flex group 2 */

    /* box 4 */

    .body-content-3-text-dox-4 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 300px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 280px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img img {
        width: 280px;
        height: 240px;
    }

    .body-content-3-text-dox-4-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-4-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 4 */

    /* box 5 */

    .body-content-3-text-dox-5 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 300px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 280px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img img {
        width: 280px;
        height: 240px;
    }

    .body-content-3-text-dox-5-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-5-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 5 */
    /* Flex group 2 */
    /* body content 3 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 550px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 12.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 300px;
        height: 450px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 300px;
        height: auto;
        margin-top: 80px;
        margin-left: 0px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 18px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 10px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 12px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: auto;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 13px;
        text-align: justify;
        padding-top: 10px;
        margin-left: 10px;
        padding-right: 10px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-2-links li {
        padding: 10px 15px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-3-links li {
        padding: 10px 15px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 15px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 15px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 15px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 12px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */
}

/* // Medium devices (tablets, 375px and up) */
@media (min-width: 375px) {

    /* header */
    .nav-1 {
        display: none;
        overflow: hidden;
        width: 100%;
    }

    .nav-2 {
        overflow: hidden;
        display: block;
    }

    .navbar-dark {
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .navbar-toggler {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler-icon-1 i {
        color: #003E94;
        font-size: 30px;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;

        &:hover {
            color: #FFA600;
            border: transparent;
            outline: transparent;
            box-shadow: transparent;
        }
    }

    .offcanvas {
        background-color: #00132d;
        height: 777px;
    }

    .offcanvas-header h5 {
        color: #ffff;
    }

    /* header */

    /* banner */
    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 15.png);
        background-position: 90%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        border-radius: 0px 0px 20px 20px;
        width: 355px;
        height: 600px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .banner-text-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 320px;
        height: 190px;
        border-radius: 0px 20px 20px 0px;
        margin-top: 130px;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
        width: 320px;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 17px;
        text-align: left;
        padding-top: 28px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-text-p {
        overflow: hidden;
        display: block;
        width: 320px;
        height: auto;
        margin-top: 10px;
        padding-left: 0px;
    }

    .banner-text-p p {
        color: #1f1f1f;
        font-size: 10px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* banner */

    /* body content 1 */
    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1030px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 355px;
        height: 400px;
        border-radius: 20px;
        margin-top: 100px;
        margin-left: 10px;
    }

    .body-content-1-img-div img {
        width: 405px;
        height: 400px;
    }

    .body-content-1-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-1-text-heading h1 {
        color: #000000;
        font-size: 23px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-1-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-text-p p {
        color: #1f1f1f;
        font-size: 14px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-1-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    /* body content 1 */

    /* body content 2 */
    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #00132d;
        background-image: none;
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 880px;
    }

    .body-content-2-main-flex {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-2-text-heading h1 {
        color: #ffffff;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-2-text-p p {
        color: #fafafa;
        font-size: 14px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 355px;
        height: 355px;
        margin-top: 20px;
        margin-left: 10px;
    }

    .body-content-2-img-div img {
        width: 355px;
        height: 355px;
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 2950px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: center;
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        overflow: hidden;
        display: block;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: 0px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 14px;
        text-align: center;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-3-text-doxs-main-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: auto;
    }

    /* Flex group 1 */

    .body-content-3-text-doxs-main-flex-div-1 {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    /* box 1 */

    .body-content-3-text-dox-1 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 355px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 335px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img img {
        width: 335px;
        height: 240px;
    }

    .body-content-3-text-dox-1-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-1-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-3-text-dox-2 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 355px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 335px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img img {
        width: 335px;
        height: 240px;
    }

    .body-content-3-text-dox-2-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-2-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 2 */

    /* Flex group 1 */

    /* Flex group 2 */

    /* box 4 */

    .body-content-3-text-dox-4 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 355px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 335px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img img {
        width: 335px;
        height: 240px;
    }

    .body-content-3-text-dox-4-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-4-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 4 */

    /* box 5 */

    .body-content-3-text-dox-5 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 355px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 335px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img img {
        width: 335px;
        height: 240px;
    }

    .body-content-3-text-dox-5-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-5-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 5 */
    /* Flex group 2 */
    /* body content 3 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 600px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 12.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 355px;
        height: 500px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 355px;
        height: auto;
        margin-top: 80px;
        margin-left: 0px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 20px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 10px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 12px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: auto;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 15px;
        text-align: justify;
        padding-top: 10px;
        margin-left: 10px;
        padding-right: 10px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-2-links li {
        padding: 10px 15px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-3-links li {
        padding: 10px 15px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 15px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 15px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 15px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 14px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */
}


/* // Medium devices (tablets, 425px and up) */
@media (min-width: 425px) {

    /* header */
    .nav-1 {
        display: none;
        overflow: hidden;
        width: 100%;
    }

    .nav-2 {
        overflow: hidden;
        display: block;
    }

    .navbar-dark {
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .navbar-toggler {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler-icon-1 i {
        color: #003E94;
        font-size: 30px;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;

        &:hover {
            color: #FFA600;
            border: transparent;
            outline: transparent;
            box-shadow: transparent;
        }
    }

    .offcanvas {
        background-color: #00132d;
        height: 777px;
    }

    .offcanvas-header h5 {
        color: #ffff;
    }

    /* header */

    /* banner */
    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 15.png);
        background-position: 90%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        border-radius: 0px 0px 20px 20px;
        width: 405px;
        height: 600px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .banner-text-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 380px;
        height: 190px;
        border-radius: 0px 20px 20px 0px;
        margin-top: 130px;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
        width: 380px;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 20px;
        text-align: left;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-text-p {
        overflow: hidden;
        display: block;
        width: 380px;
        height: auto;
        margin-top: 10px;
        padding-left: 0px;
    }

    .banner-text-p p {
        color: #1f1f1f;
        font-size: 10px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* banner */

    /* body content 1 */
    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1030px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 405px;
        height: 450px;
        border-radius: 20px;
        margin-top: 100px;
        margin-left: 10px;
    }

    .body-content-1-img-div img {
        width: 405px;
        height: 450px;
    }

    .body-content-1-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-1-text-heading h1 {
        color: #000000;
        font-size: 25px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-1-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-text-p p {
        color: #1f1f1f;
        font-size: 14px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-1-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    /* body content 1 */

    /* body content 2 */
    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #00132d;
        background-image: none;
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 880px;
    }

    .body-content-2-main-flex {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-2-text-heading h1 {
        color: #ffffff;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .body-content-2-text-p p {
        color: #fafafa;
        font-size: 14px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 405px;
        height: 400px;
        margin-top: 20px;
        margin-left: 10px;
    }

    .body-content-2-img-div img {
        width: 405px;
        height: 400px;
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 2950px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 50px;
        text-align: center;
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        overflow: hidden;
        display: block;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: 0px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 14px;
        text-align: center;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-3-text-doxs-main-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: auto;
    }

    /* Flex group 1 */

    .body-content-3-text-doxs-main-flex-div-1 {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    /* box 1 */

    .body-content-3-text-dox-1 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 405px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 385px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img img {
        width: 385px;
        height: 240px;
    }

    .body-content-3-text-dox-1-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-1-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-3-text-dox-2 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 405px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 385px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img img {
        width: 385px;
        height: 240px;
    }

    .body-content-3-text-dox-2-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-2-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 2 */

    /* Flex group 1 */

    /* Flex group 2 */

    /* box 4 */

    .body-content-3-text-dox-4 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 405px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 385px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img img {
        width: 385px;
        height: 240px;
    }

    .body-content-3-text-dox-4-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-4-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 4 */

    /* box 5 */

    .body-content-3-text-dox-5 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 405px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 385px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img img {
        width: 385px;
        height: 240px;
    }

    .body-content-3-text-dox-5-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-5-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 5 */
    /* Flex group 2 */
    /* body content 3 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 600px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 12.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 405px;
        height: 500px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 405px;
        height: auto;
        margin-top: 80px;
        margin-left: 0px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 25px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 10px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 13px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: auto;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 15px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-2-links li {
        padding: 10px 30px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-3-links li {
        padding: 10px 30px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 15px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */
}

/* // Large devices (desktops, 768px and up) */
@media (min-width: 768px) {

    /* header */
    .nav-1 {
        display: none;
        overflow: hidden;
        width: 100%;
    }

    .nav-2 {
        overflow: hidden;
        display: block;
    }

    .navbar-dark {
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .navbar-toggler {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler-icon-1 i {
        color: #003E94;
        font-size: 30px;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;

        &:hover {
            color: #FFA600;
            border: transparent;
            outline: transparent;
            box-shadow: transparent;
        }
    }

    .offcanvas {
        background-color: #00132d;
        height: 777px;
    }

    .offcanvas-header h5 {
        color: #ffff;
    }

    /* header */

    /* banner */
    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 14.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        border-radius: 0px 0px 20px 20px;
        width: 730px;
        height: 900px;
        margin-top: 0px;
        margin-left: 20px;
    }

    .banner-text-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 700px;
        height: 290px;
        border-radius: 0px 20px 20px 0px;
        margin-top: 200px;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
        width: 700px;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-text-p {
        overflow: hidden;
        display: block;
        width: 700px;
        height: auto;
        margin-top: 10px;
        padding-left: 0px;
    }

    .banner-text-p p {
        color: #1f1f1f;
        font-size: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* banner */

    /* body content 1 */
    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1000px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 500px;
        height: 500px;
        border-radius: 20px;
        margin-top: 100px;
        margin-left: 130px;
    }

    .body-content-1-img-div img {
        width: 500px;
        height: 500px;
    }

    .body-content-1-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-1-text-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-1-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-text-p p {
        color: #1f1f1f;
        font-size: 15px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-1-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    /* body content 1 */

    /* body content 2 */
    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #00132d;
        background-image: none;
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 1030px;
    }

    .body-content-2-main-flex {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .body-content-2-text-heading h1 {
        color: #ffffff;
        font-size: 50px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-2-text-p p {
        color: #fafafa;
        font-size: 17px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 600px;
        height: 600px;
        margin-top: 20px;
        margin-left: 90px;
    }

    .body-content-2-img-div img {
        width: 600px;
        height: 600px;
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 2950px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 50px;
        text-align: center;
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        overflow: hidden;
        display: block;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: 0px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 16px;
        text-align: center;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-3-text-doxs-main-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: auto;
    }

    /* Flex group 1 */

    .body-content-3-text-doxs-main-flex-div-1 {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    /* box 1 */

    .body-content-3-text-dox-1 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 500px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 120px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 480px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img img {
        width: 480px;
        height: 240px;
    }

    .body-content-3-text-dox-1-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-1-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-3-text-dox-2 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 500px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 120px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 480px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img img {
        width: 480px;
        height: 240px;
    }

    .body-content-3-text-dox-2-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-2-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 2 */

    /* Flex group 1 */

    /* Flex group 2 */

    /* box 4 */

    .body-content-3-text-dox-4 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 500px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 120px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 480px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img img {
        width: 480px;
        height: 240px;
    }

    .body-content-3-text-dox-4-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-4-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 4 */

    /* box 5 */

    .body-content-3-text-dox-5 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 500px;
        height: 400px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 120px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 480px;
        height: 240px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img img {
        width: 480px;
        height: 240px;
    }

    .body-content-3-text-dox-5-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-5-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 5 */
    /* Flex group 2 */
    /* body content 3 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 400px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 11.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 750px;
        height: 300px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 430px;
        height: auto;
        margin-top: 80px;
        margin-left: 20px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 25px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 20px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 13px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: auto;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 15px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 100px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-2-links li {
        padding: 10px 30px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-3-links li {
        padding: 10px 30px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 17px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */

}

/* // Large devices (desktops, 1024px and up) */
@media (min-width: 1024px) {

    /* header */
    .nav-1 {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .nav-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
        width: 975px;
        height: 70px;
        border-radius: 20px;
        margin-top: 25px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .nav-1-main-flex-div {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    .nav-1-logo-img img {
        width: 250px;
        height: auto;
        margin-top: 0px;
        margin-left: 10px;
    }

    .nav-1-links {
        margin-top: 22px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .nav-1-links a {
        color: black;
        font-size: 16px;
        padding: 0px 5px;
        transition: all 0.1s ease-in-out;


        &:hover {
            color: #FFA600;
        }
    }

    .act-page {
        color: #003E94 !important;
    }

    .nav-2 {
        overflow: hidden;
        display: none;
    }

    /* header */

    /* banner */
    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 13.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        border-radius: 0px 0px 20px 20px;
        width: 980px;
        height: 600px;
        margin-top: 0px;
        margin-left: 20px;
    }

    .banner-text-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 700px;
        height: 290px;
        border-radius: 0px 20px 20px 0px;
        margin-top: 200px;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
        width: 700px;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-text-p {
        overflow: hidden;
        display: block;
        width: 700px;
        height: auto;
        margin-top: 10px;
        padding-left: 0px;
    }

    .banner-text-p p {
        color: #1f1f1f;
        font-size: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* banner */

    /* body content 1 */
    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 700px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 400px;
        height: 500px;
        border-radius: 20px;
        margin-top: 100px;
        margin-left: 50px;
    }

    .body-content-1-img-div img {
        width: 500px;
        height: 500px;
    }

    .body-content-1-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 500px;
        height: 600px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-1-text-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 60px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-1-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-text-p p {
        color: #1f1f1f;
        font-size: 15px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-1-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    /* body content 1 */

    /* body content 2 */
    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 16.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 1000px;
    }

    .body-content-2-main-flex {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-2-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 600px;
        margin-top: 215px;
        margin-left: 50px;
    }

    .body-content-2-text-heading h1 {
        color: #ffffff;
        font-size: 50px;
        text-align: left;
        margin-top: 0px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-2-text-p p {
        color: #fafafa;
        font-size: 17px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 600px;
        margin-top: 215px;
        margin-left: 50px;
    }

    .body-content-2-img-div img {
        width: 450px;
        height: 600px;
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1100px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 50px;
        text-align: center;
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        overflow: hidden;
        display: block;
        width: 700px;
        height: auto;
        margin-top: 20px;
        margin-left: 170px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 16px;
        text-align: center;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-3-text-doxs-main-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: auto;
    }

    /* Flex group 1 */

    .body-content-3-text-doxs-main-flex-div-1 {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    /* box 1 */

    .body-content-3-text-dox-1 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 300px;
        height: 380px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 280px;
        height: 220px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img img {
        width: 280px;
        height: 220px;
    }

    .body-content-3-text-dox-1-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-1-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-3-text-dox-2 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 300px;
        height: 380px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 280px;
        height: 220px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img img {
        width: 200px;
        height: 220px;
    }

    .body-content-3-text-dox-2-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-2-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 2 */

    /* Flex group 1 */

    /* Flex group 2 */

    /* box 4 */

    .body-content-3-text-dox-4 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 300px;
        height: 380px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 280px;
        height: 220px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img img {
        width: 280px;
        height: 220px;
    }

    .body-content-3-text-dox-4-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-4-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 4 */

    /* box 5 */

    .body-content-3-text-dox-5 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 300px;
        height: 380px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 280px;
        height: 220px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img img {
        width: 280px;
        height: 220px;
    }

    .body-content-3-text-dox-5-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-5-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 5 */
    /* Flex group 2 */
    /* body content 3 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 400px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 11.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 920px;
        height: 300px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 600px;
        height: auto;
        margin-top: 70px;
        margin-left: 60px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 35px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 60px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 17px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: 910px;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: flex;
        background-color: transparent;
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 15px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-2-links li {
        padding: 10px 30px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-3-links li {
        padding: 10px 30px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: flex;
        background-color: transparent;
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 17px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    /* header */
    .nav-1 {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .nav-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
        width: 1230px;
        height: 70px;
        border-radius: 20px;
        margin-top: 25px;
        margin-left: 30px;
        margin-right: 25px;
    }

    .nav-1-main-flex-div {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    .nav-1-logo-img img {
        width: 250px;
        height: auto;
        margin-top: 0px;
        margin-left: 20px;
    }

    .nav-1-links {
        margin-top: 22px;
        margin-left: 0px;
        margin-right: 50px;
    }

    .nav-1-links a {
        color: black;
        font-size: 16px;
        padding: 0px 20px;
        transition: all 0.1s ease-in-out;


        &:hover {
            color: #FFA600;
        }
    }

    .act-page {
        color: #003E94 !important;
    }

    .nav-2 {
        overflow: hidden;
        display: none;
    }

    /* header */

    /* banner */
    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 13.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        border-radius: 0px 0px 20px 20px;
        width: 1150px;
        height: 600px;
        margin-top: 0px;
        margin-left: 70px;
    }

    .banner-text-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 700px;
        height: 290px;
        border-radius: 0px 20px 20px 0px;
        margin-top: 200px;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
        width: 700px;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-text-p {
        overflow: hidden;
        display: block;
        width: 700px;
        height: auto;
        margin-top: 10px;
        padding-left: 0px;
    }

    .banner-text-p p {
        color: #1f1f1f;
        font-size: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* banner */

    /* body content 1 */
    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 700px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 500px;
        height: 600px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-1-img-div img {
        width: 500px;
        height: 600px;
    }

    .body-content-1-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 630px;
        height: 600px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-1-text-heading h1 {
        color: #000000;
        font-size: 45px;
        text-align: left;
        margin-top: 70px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-1-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-text-p p {
        color: #1f1f1f;
        font-size: 17px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-1-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    /* body content 1 */

    /* body content 2 */
    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 16.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 1000px;
    }

    .body-content-2-main-flex {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-2-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 640px;
        height: 600px;
        margin-top: 215px;
        margin-left: 50px;
    }

    .body-content-2-text-heading h1 {
        color: #ffffff;
        font-size: 50px;
        text-align: left;
        margin-top: 100px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-2-text-p p {
        color: #fafafa;
        font-size: 17px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 500px;
        height: 600px;
        margin-top: 215px;
        margin-left: 50px;
    }

    .body-content-2-img-div img {
        width: 500px;
        height: 600px;
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1100px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 50px;
        text-align: center;
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        overflow: hidden;
        display: block;
        width: 700px;
        height: auto;
        margin-top: 20px;
        margin-left: 300px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 16px;
        text-align: center;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-3-text-doxs-main-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: auto;
    }

    /* Flex group 1 */

    .body-content-3-text-doxs-main-flex-div-1 {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    /* box 1 */

    .body-content-3-text-dox-1 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 360px;
        height: 380px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 320px;
        height: 220px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img img {
        width: 360px;
        height: 220px;
    }

    .body-content-3-text-dox-1-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-1-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-3-text-dox-2 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 360px;
        height: 380px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 320px;
        height: 220px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img img {
        width: 360px;
        height: 220px;
    }

    .body-content-3-text-dox-2-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-2-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 2 */

    /* Flex group 1 */

    /* Flex group 2 */

    /* box 4 */

    .body-content-3-text-dox-4 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 360px;
        height: 380px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 320px;
        height: 220px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img img {
        width: 360px;
        height: 220px;
    }

    .body-content-3-text-dox-4-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-4-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 4 */

    /* box 5 */

    .body-content-3-text-dox-5 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 360px;
        height: 380px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 320px;
        height: 220px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img img {
        width: 360px;
        height: 220px;
    }

    .body-content-3-text-dox-5-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-5-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 5 */
    /* Flex group 2 */
    /* body content 3 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 400px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 11.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 1180px;
        height: 300px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 600px;
        height: auto;
        margin-top: 70px;
        margin-left: 60px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 35px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 60px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 17px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: 910px;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: flex;
        background-color: transparent;
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 17px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-2-links li {
        padding: 10px 30px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-3-links li {
        padding: 10px 30px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: flex;
        background-color: transparent;
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 17px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */

}

/* // XX-Large devices (larger desktops, 1440px and up) */
@media (min-width: 1440px) {

    /* header */
    .nav-1 {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .nav-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #fcfbfbea;
        backdrop-filter: blur(10px);
        width: 1480px;
        height: 70px;
        border-radius: 20px;
        margin-top: 25px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .nav-1-main-flex-div {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    .nav-1-logo-img img {
        width: 250px;
        height: auto;
        margin-top: 0px;
        margin-left: 20px;
    }

    .nav-1-links {
        margin-top: 22px;
        margin-left: 0px;
        margin-right: 50px;
    }

    .nav-1-links a {
        color: black;
        font-size: 16px;
        padding: 0px 20px;
        transition: all 0.1s ease-in-out;


        &:hover {
            color: #FFA600;
        }
    }

    .act-page {
        color: #003E94 !important;
    }

    .nav-2 {
        overflow: hidden;
        display: none;
    }

    /* header */

    /* banner */
    .banner-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .banner-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 13.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        border-radius: 0px 0px 20px 20px;
        width: 1400px;
        height: 600px;
        margin-top: 0px;
        margin-left: 70px;
    }

    .banner-text-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 700px;
        height: 290px;
        border-radius: 0px 20px 20px 0px;
        margin-top: 200px;
    }

    .banner-text-heading {
        overflow: hidden;
        display: block;
        width: 700px;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }

    .banner-text-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .banner-text-p {
        overflow: hidden;
        display: block;
        width: 700px;
        height: auto;
        margin-top: 10px;
        padding-left: 0px;
    }

    .banner-text-p p {
        color: #1f1f1f;
        font-size: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* banner */

    /* body content 1 */
    .body-content-1-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 700px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-1-img-div {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 600px;
        height: 600px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-1-img-div img {
        width: 600px;
        height: 600px;
    }

    .body-content-1-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 770px;
        height: 600px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-1-text-heading h1 {
        color: #000000;
        font-size: 45px;
        text-align: left;
        margin-top: 70px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-1-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-1-text-p p {
        color: #1f1f1f;
        font-size: 17px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-1-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    /* body content 1 */

    /* body content 2 */
    .body-content-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent;
        background-image: url(../Images/Banners/banner\ 16.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 100%;
        height: 1000px;
    }

    .body-content-2-main-flex {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .body-content-2-text-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 800px;
        height: 600px;
        margin-top: 215px;
        margin-left: 50px;
    }

    .body-content-2-text-heading h1 {
        color: #ffffff;
        font-size: 50px;
        text-align: left;
        margin-top: 100px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .body-content-2-text-p p {
        color: #fafafa;
        font-size: 17px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-content-2-text-p span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-2-img-div {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 550px;
        height: 600px;
        margin-top: 215px;
        margin-left: 50px;
    }

    .body-content-2-img-div img {
        width: 550px;
        height: 600px;
    }

    /* body content 2 */

    /* body content 3 */

    .body-content-3-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-3-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1100px;
    }

    .body-content-3-text-heading h1 {
        color: #000000;
        font-size: 50px;
        text-align: center;
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-3-text-heading span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-3-text-p {
        overflow: hidden;
        display: block;
        width: 700px;
        height: auto;
        margin-top: 20px;
        margin-left: 400px;
    }

    .body-content-3-text-p p {
        color: #1f1f1f;
        font-size: 16px;
        text-align: center;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .body-content-3-text-doxs-main-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: auto;
    }

    /* Flex group 1 */

    .body-content-3-text-doxs-main-flex-div-1 {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    /* box 1 */

    .body-content-3-text-dox-1 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 400px;
        height: 380px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 110px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 360px;
        height: 220px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-1-img img {
        width: 360px;
        height: 220px;
    }

    .body-content-3-text-dox-1-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-1-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 1 */

    /* box 2 */

    .body-content-3-text-dox-2 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 400px;
        height: 380px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 360px;
        height: 220px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-2-img img {
        width: 360px;
        height: 220px;
    }

    .body-content-3-text-dox-2-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-2-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 2 */

    /* Flex group 1 */

    /* Flex group 2 */

    /* box 4 */

    .body-content-3-text-dox-4 {
        overflow: hidden;
        display: block;
        background-color: #f8fbff;
        width: 400px;
        height: 380px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 110px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 360px;
        height: 220px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-4-img img {
        width: 360px;
        height: 220px;
    }

    .body-content-3-text-dox-4-heading h3 {
        color: #000000;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-4-p p {
        color: #1f1f1f;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 4 */

    /* box 5 */

    .body-content-3-text-dox-5 {
        overflow: hidden;
        display: block;
        background-color: #FFA600;
        width: 400px;
        height: 380px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img {
        overflow: hidden;
        display: block;
        background-color: #d8d8d8;
        width: 360px;
        height: 220px;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-3-text-dox-5-img img {
        width: 360px;
        height: 220px;
    }

    .body-content-3-text-dox-5-heading h3 {
        color: #ffffff;
        font-size: 27px;
        text-align: left;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .body-content-3-text-dox-5-p p {
        color: #f4f3f3;
        text-align: 16px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box 5 */
    /* Flex group 2 */
    /* body content 3 */

    /* body content 7 */

    .body-content-7-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-7-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 400px;
    }

    .body-content-7-banner-div {
        overflow: hidden;
        display: block;
        /* background-color: #003E94; */
        background-image: url(../Images/Banners/banner\ 11.png);
        background-position: 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: border-box;
        width: 1430px;
        height: 300px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-7-banner-text {
        overflow: hidden;
        display: block;
        width: 600px;
        height: auto;
        margin-top: 70px;
        margin-left: 60px;
    }

    .body-content-7-banner-text h1 {
        color: #ffffff;
        font-size: 35px;
        text-align: justify;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .body-content-7-banner-text span {
        color: #FFA600;
        font-family: "Italianno", cursive !important;
        font-weight: 400;
        font-style: normal;
    }

    .body-content-7-banner-text-btn {
        overflow: visible;
        display: block;
        margin-top: 20px;
        margin-left: 60px;
    }

    .body-content-7-banner-text-btn a {
        color: #ffffff;
        font-size: 17px;
        border: 2px solid #FFA600;
        background-color: #FFA600;
        padding: 10px 40px;
        transition: all 0.2s ease-in-out;

        &:hover {
            border: 2px solid #ffffff;
            background-color: transparent;
        }
    }

    /* body content 7 */

    /* footer */
    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        border: 1px solid #d8d8d8;
        width: 100%;
        height: 910px;
    }

    /* content box 1 */

    .footer-content-box-1 {
        overflow: hidden;
        display: flex;
        background-color: transparent;
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-1-p p {
        color: #4d4d4d;
        font-size: 17px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-content-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-2-links li {
        padding: 10px 30px;
    }

    .footer-content-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-3-links li {
        padding: 10px 30px;
    }

    .footer-content-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 1 */

    /* content box 2 */

    .footer-content-box-2 {
        overflow: hidden;
        display: flex;
        background-color: transparent;
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-content-box-2-1 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-1-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-1-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-1-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-2 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-2-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-2-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-2-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    .footer-content-box-2-3 {
        overflow: hidden;
        display: block;
        background-color: transparent;
        width: 450px;
        height: 400px;
        margin-top: 0px;
        margin-left: 45px;
    }

    .footer-content-box-2-3-heading h1 {
        color: #000000;
        font-size: 35px;
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-content-box-2-3-links li {
        padding: 10px 30px;
    }

    .footer-content-box-2-3-links a {
        color: #4d4d4d;
        font-size: 17px;
        transition: all 0.1s ease-in-out;

        &:hover {
            color: #000000;
        }
    }

    /* content box 2 */
    /* footer */

    /* footer 2 */

    .footer-2-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #f4f3f3;
        width: 100%;
        height: 70px;
    }

    .footer-2-text-div-p p {
        color: #4d4d4d;
        font-size: 17px;
        text-align: center;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* footer 2 */

}

::-webkit-scrollbar {
    background-color: black;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 0px;
}